SINGLE-INTERFACE

settings_applicationsTouchList

SINGLE-INTERFACE

Editing
  • bug_report

Internal slot[[Prototype]]

생성자(constructor)를 가진 객체 또는 인터페이스(interface)가 인스턴스(instance)를 생성할 때 상속할 수 있는 프로퍼티(property)와 메소드(method)를 가지고 있는 원형 객체를 참조하는 생성자의 은닉된 속성이다.

만약에 상속받은 객체 또는 인터페이스(interface)가 존재한다면 상속한 객체 또는 인터페이스(interface) 내부 슬롯(internal slot) [[Prototype]]의 프로퍼티(property)와 메소드(method)를 추가적으로 사용할 수 있다.

하위 트리 탐색

  • Properties

    • length

      TouchList 객체의 집합에 대한 항목 수를 나타낸다.

  • Methods

    • item()

      TouchList 객체에서 지정된 인덱스에 해당하는 Touch 객체를 반환한다. 

지원 웹브라우저